Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable VK_KHR_maintenance_5 support #1268

Merged

Conversation

charles-lunarg
Copy link
Collaborator

The extension changes the behavior of vkGetDeviceProcAddr to no longer allow querying of core functions beyond the version specified in VkApplicationInfo. Thus, a check is needed to ensure that if the extension is enabled, the apiVersion is sufficient for the function to be returned.

The extension changes the behavior of vkGetDeviceProcAddr to no longer allow
querying of core functions beyond the version specified in VkApplicationInfo.
Thus, a check is needed to ensure that if the extension is enabled, the
apiVersion is sufficient for the function to be returned.
@ci-tester-lunarg
Copy link

CI Vulkan-Loader build queued with queue ID 15591.

@ci-tester-lunarg
Copy link

CI Vulkan-Loader build # 2107 running.

@ci-tester-lunarg
Copy link

CI Vulkan-Loader build # 2107 passed.

@charles-lunarg
Copy link
Collaborator Author

Github actions seems to be running at a glacial pace on this repo, it already passed in my fork where this branch originates.
https://github.com/charles-lunarg/Vulkan-Loader/actions/runs/5719913082

Since it passed there, I am going to go ahead and merge.

@charles-lunarg charles-lunarg merged commit 0ec23bb into KhronosGroup:main Jul 31, 2023
37 checks passed
@charles-lunarg charles-lunarg deleted the check_for_maintenance5 branch July 31, 2023 22:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants